.wrapTable {
    width: 95%;
    margin: auto;
    border: 1px solid;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 40px;
}

.custom-table {
    margin: 0;
}

.custom-table thead th {
    height: 60px;
    vertical-align: middle;
    background-color: rgb(46, 46, 47);
    color: white;
    border-bottom: 3px solid white;
}

.custom-table tbody tr {
    height: 70px;
    vertical-align: middle;
}

.custom-table tbody td,
.custom-table tbody th {
    background-color: rgb(16, 15, 15) !important;
    color: white;
}